home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / mips / dec / bytesex.h
Encoding:
C/C++ Source or Header  |  1994-07-18  |  137 b   |  5 lines

  1. /* The MIPS architecture has selectable endianness.
  2.    The DECstation uses little-endian mode.  */
  3.  
  4. #define __BYTE_ORDER __LITTLE_ENDIAN
  5.